Disobey display actions while using switch-to-buffer on the tab-line
authorJuri Linkov <juri@linkov.net>
Thu, 4 Apr 2024 06:21:01 +0000 (09:21 +0300)
committerJuri Linkov <juri@linkov.net>
Thu, 4 Apr 2024 06:21:54 +0000 (09:21 +0300)
commit57e78f2d49a5b1a2337a15254e7b8c87aa63c83a
treea5590e5e07ebbcc2c0a5d8bf14a08ce3ee81663d
parentdaefd6771a4879bb8e71ea67f69522700155df01
Disobey display actions while using switch-to-buffer on the tab-line

* lisp/tab-line.el (tab-line-select-tab-buffer)
(tab-line-switch-to-prev-tab, tab-line-switch-to-next-tab): Let-bind
switch-to-buffer-obey-display-actions to nil around the call to
switch-to-buffer to restrain buffer switching in bounds of
the same window only (bug#69993).
lisp/tab-line.el